StringSettingsComponent

Component for settings of random string generation.

See also

Parameters

settings

the settings to edit in the component

Constructors

StringSettingsComponent
Link copied to clipboard
fun StringSettingsComponent(settings: StringSettings = default)
the settings to edit in the component

Functions

doValidate
Link copied to clipboard
open override fun doValidate(): ValidationInfo?
Validates all input fields.
isModified
Link copied to clipboard
fun isModified(): Boolean
Returns true if this component contains unsaved changes.
open override fun isModified(settings: StringSettings): Boolean
Returns true if any symbol sets have been reordered.
loadScheme
Link copied to clipboard
open override fun loadScheme(scheme: StringScheme)
Loads the given scheme into the component's state.
loadSettings
Link copied to clipboard
override fun loadSettings()
Loads the default settings object.
override fun loadSettings(settings: StringSettings)
Loads settings.
reset
Link copied to clipboard
fun reset()
Discards unsaved changes.
saveScheme
Link copied to clipboard
open override fun saveScheme(scheme: StringScheme)
Saves the component's state into the given scheme.
saveSettings
Link copied to clipboard
override fun saveSettings()
Saves settings to the default settings object.
override fun saveSettings(settings: StringSettings)
Saves settings to settings.

Properties

rootPane
Link copied to clipboard
open override val rootPane: JPanel
The panel containing the settings.
schemesPanel
Link copied to clipboard
open lateinit override var schemesPanel: SchemesPanel<StringScheme>
The panel containing the dropdown box of schemes and action buttons to rename, delete, etc.
unsavedSettings
Link copied to clipboard
open lateinit override var unsavedSettings: StringSettings
The local copy that represents the currently-unsaved settings that are being edited by the user.

Sources

jvm source
Link copied to clipboard